google.golang.org/grpc.pick.result (field)

3 uses

	google.golang.org/grpc (current package)
		picker_wrapper.go#L94: 	result    balancer.PickResult       // the contents of the pick from the LB policy
		picker_wrapper.go#L188: 			return pick{transport: t, result: pickResult, blocked: pickBlocked}, nil
		stream.go#L474: 	a.transport, a.pickResult = pick.transport, pick.result